Range`1
Model
Represents a range of values
Nullable
From :
object
Range from (inclusive). If null then the from value will be unbounded (match values up to and including To)
Nullable
To :
object
Range to (inclusive). If null then the to value will be unbounded (match values from From and upwards)
Example
{
"From": {},
"To": {}
}